/* 自定义样式 */
.ttu {
    text-transform: uppercase;
}
.text-bold {
    font-weight: bold;
}
.zhuse, a.zhuse:link, a.zhuse:visited, .button.border-main, blockquote.border-main strong, .pager.border-main a, .pager-prev.border-main, .pager-next.border-main, .nav a:hover, .nav-menu.nav-pills .active ul a:hover, .bg-inverse .nav-menu ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover, .bg-inverse .nav.nav-menu.nav-pills ul a:hover, .bg-inverse .nav.nav-menu.nav-pills .active ul a:hover {
    color: #06c
}
.bg-main {
    background-color: #06c;
}
.dianzhui {
    color: #d80100;
}
/* 首页视频样式 */
.video-box {
    position: relative;
    height: 100vh;
    background-color: #C1CFF7;
    /*进行视频裁剪*/
    overflow: hidden;
}
.video-box .video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    /*保证视频内容始终居中*/
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 800px;
}
.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 3;
}
.video-yun {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 173px;
    background: url(/myskin/images/yun.png) center top no-repeat;
}
.layer img {
    margin-top: 15px;
    margin-left: 100px;
}
.slogan {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 860px;
    color: white;
    text-align: center;
}
.slogan.en h1 {
    font-size: 52px !important;
}
.slogan .subtitle {
    font-weight: 550;
    font-size: 20px;
    letter-spacing: 10px;
    margin: 0 0 16px;
}
.slogan.en .subtitle {
    font-weight: 550;
    font-size: 18px;
    letter-spacing: 6px;
    margin: 0 0 16px;
}
.slogan .title {
    font-weight: 550;
    font-size: 52px;
    margin: 0 0 16px;
}
.slogan.en .title {
    font-weight: 550;
    font-size: 26px;
    margin: 0 0 16px;
}
.slogan .try-btn {
    position: relative;
    left: 50%;
    width: 156px;
    height: 54px;
    line-height: 54px;
    margin-top: 40px;
    margin-left: -78px;
    color: #3370ff;
    background: white;
    text-align: center;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    transition: .3s;
}
.slogan.en .try-btn {
    font-size: 16px;
}
.slogan .try-btn:hover {
    background-color: #3370ff;
    color: #fff;
}
/* 首页视频样式 */
/* 底部荣誉菜单 */
.layout.rongyu {
    background-color: #fff;
    height: 705px;
    background: url(/myskin/images/rongyubg.jpg) center top no-repeat;
    overflow: hidden;
}
.ry-item .ry-icon img {
    width: 90px;
    height: auto;
}
/* 底部样式 */
.eyou-footer {
    color: #fff;
    background-color: #11141b;
    height: 375px;
    /* background: url(/myimages/fot-bg.jpg) center top; */
    overflow: hidden;
    position: relative;
}
.eyou-footer .fot-ewm {
    padding-top: 75px;
}
.eyou-footer .fot-logo {
    margin-top: 80px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.eyou-footer .banquan {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    overflow: hidden;
    border-top: 2px solid #454545;
}
.eyou-footer a {
    color: #fff;
}
.eyou-footer a:hover {
    color: #e60012;
}
.eyou-footer-nav {
    float: left;
    width: 390px;
}
.eyou-footer-nav ul {
    overflow: hidden;
    background: url(../images/f_line01.gif) no-repeat;
    padding-top: 20px;
}
.eyou-footer-nav li {
    float: left;
    width: 33.333333%;
}
.eyou-footer-nav li a {
    display: block;
    line-height: 32px;
    background: url(../images/f_ico01.png) no-repeat 0 center;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eyou-footer-nav p {
    margin: 30px 0 0;
    background: url(../images/f_line01.gif) no-repeat;
    padding-top: 20px;
}
.eyou-footer-nav p strong {
    display: block;
    font-size: 24px;
    background: url(../images/f_ico02.png) no-repeat 0 center;
    padding-left: 25px;
}
.eyou-footer-info {
    float: left;
    width: 400px;
    margin-left: 90px;
    background: url(../images/f_line01.gif) no-repeat;
    padding-top: 20px;
}
.eyou-footer-info p {
    margin: 0 0 10px;
    line-height: 1.8;
    background: no-repeat 0 center;
    padding-left: 35px;
}
.eyou-footer-info p.i1 {
    background-image: url(../images/f_ico03.png);
}
.eyou-footer-info p.i2 {
    background-image: url(../images/f_ico04.png);
}
.eyou-footer-ewm {
    float: right;
    width: 240px;
    padding-top: 12px;
    background: url(../images/f_erbg.gif) no-repeat 0 0;
    margin-top: 20px;
}
.eyou-footer-ewm ul {
    overflow: hidden;
}
.eyou-footer-ewm li {
    float: left;
    width: 100px;
    margin: 0 0 0 14px;
}
.eyou-footer-ewm li .text {
    margin-top: 15px;
    text-align: center;
}
.about-nav .shiliicon {
    background: #eee url(/myskin/images/shiliicon.png) 55px center no-repeat;
    padding-left: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: 0.5s;
}
.about-nav .shiliicon:hover {
    background: #06c url(/myskin/images/shiliicon-hover.png) 55px center no-repeat;
    color: #fff;
    position: relative;
}
.about-nav .shiliicon:hover h4, .about-nav .shiliicon:hover p {
    color: #fff;
}
.about-nav .line-big .x3:nth-child(2) .shiliicon {
    background: #eee url(/myskin/images/chejianicon.png) 55px center no-repeat;
}
.about-nav .line-big .x3:nth-child(2) .shiliicon:hover {
    background: #06c url(/myskin/images/chejianicon-hover.png) 55px center no-repeat;
}
.about-nav .line-big .x3:nth-child(3) .shiliicon {
    background: #eee url(/myskin/images/zhiliangicon.png) 55px center no-repeat;
}
.about-nav .line-big .x3:nth-child(3) .shiliicon:hover {
    background: #06c url(/myskin/images/zhiliangicon-hover.png) 55px center no-repeat;
}
.about-nav .line-big .x3:nth-child(4) .shiliicon {
    background: #eee url(/myskin/images/shouhouicon.png) 55px center no-repeat;
}
.about-nav .line-big .x3:nth-child(4) .shiliicon:hover {
    background: #06c url(/myskin/images/shouhouicon-hover.png) 55px center no-repeat;
}
.lianxi i {
    font-size: 28px;
    position: relative;
    left: -8px;
    top: -4px;
}
/* 应用领域 */
/* 颜色 */
.cp176 .gd176 ul{
	margin: 0 -5px;
}

.cp176 .gd176 li {
    float: left;
    width: 20%;
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
    background: #fff;
    transition: all .5s;
}

.cp176 .gd176 li a p {
    color: #515151;
    font-size: 16px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px #eee;
}
.cp176 .gd176 li a:hover p {
    background: #0066cc;
    color: #fff;
}
.cp176 .gd176 li:hover {
    /* background: #0066cc; */
}
.cp176 .gd176 li:hover a p {
    color: #fff;
}
/* 颜色 end*/
.cp176 .w176 {
    width: 1200px;
    margin: 0 auto;
}
.cp176 {
    width: 100%;
    margin-bottom: 40px;
}
.cp176 .gd176 {
    position: relative;
    margin-top: 30px;
}
.cp176 .gd176 .prev, .cp176 .gd176 .next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -38px;
    width: 46px;
    height: 76px;
    cursor: pointer;
    z-index: 1;
}
.cp176 .gd176 .prev {
    background: url(/myskin/yingyong/l176.png) no-repeat 0 0;
    left: -55px;
}
.cp176 .gd176 .next {
    background: url(/myskin/yingyong/r176.png) no-repeat 0 0;
    right: -55px;
}
.cp176 .gd176 .bd176 {
    width: 1200px;
    overflow: hidden;
}
.cp176 .gd176 li .img176 {
    margin: 0px;
    overflow: hidden;
}
.cp176 .gd176 li .img176 img {
    width: 100%;
}
.cp176 .gd176 li p {
    width: 100%;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
}
@media screen and (min-width:1360px) {
    .cp176 .gd176 li {
        float: left;
        width: 20%;
        overflow: hidden;
        text-align: center;
        padding: 0 5px;
        background: #fff;
        transition: all .5s;
    }
    .cp176 .w176 {
        width: 1350px;
        margin: 0 auto;
    }
    .cp176 .gd176 .bd176 {
        width: 1350px;
        overflow: hidden;
    }
}
/* 首页荣誉开始 */
.layout.rongyu01 {
    background: url(/myskin/yingyong/rybg.jpg) right center no-repeat;
    height: 732px;
}
.rongyu01 .ry-title {
    height: 452px;
    padding: 20px;
    box-shadow: 0px 0px 15px #ddd;
    background-color: #fff;
    margin-top: 120px;
}
.rongyu01 .ry-title h3 {
    font-size: 32px;
    font-weight: bold;
    padding: 80px 30px 10px;
}
.rongyu01 .ry-title p.ry-desc {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 30px;
    color: #515151;
}
.rongyu01 .ry-title .ry-more {
    padding-left: 30px;
    padding-top: 50px;
}
.rongyu01 .ry-title .ry-more a {
    padding-left: 35px;
    padding-right: 35px;
}
.ry-content {
    padding: 50px;
	margin-top: 120px;
}
/* 语言切换 */
.qiehuan {
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 999;
}
.qiehuan a {
    position: relative;
    top: 30px;
}
.qiehuan img {
    padding-right: 7px;
}
.qiehuan span {
    position: relative;
    top: 3px;
    font-size: 14px;
}